-
Notifications
You must be signed in to change notification settings - Fork 699
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FRAME] Introduce force_adjust_total_issuance
#3001
Conversation
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
bot bench substrate-pallet --pallet=pallet-balances |
bot bench substrate-pallet --pallet=pallet_balances |
…=dev --target_dir=substrate --pallet=pallet_balances
…e=rococo --target_dir=polkadot --pallet=pallet_balances
bot bench cumulus-collectives --pallet=pallet_balances @mordamax it could probably automatically detect where everywhere the is a |
…e=westend --target_dir=polkadot --pallet=pallet_balances
…=bridge-hub-westend --runtime_dir=bridge-hubs --target_dir=cumulus --pallet=pallet_balances
…=bridge-hub-rococo --runtime_dir=bridge-hubs --target_dir=cumulus --pallet=pallet_balances
…=coretime-westend --runtime_dir=coretime --target_dir=cumulus --pallet=pallet_balances
…=coretime-rococo --runtime_dir=coretime --target_dir=cumulus --pallet=pallet_balances
…=asset-hub-westend --runtime_dir=assets --target_dir=cumulus --pallet=pallet_balances
…=asset-hub-rococo --runtime_dir=assets --target_dir=cumulus --pallet=pallet_balances
…=collectives-westend --runtime_dir=collectives --target_dir=cumulus --pallet=pallet_balances
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
bot clean |
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
…otal_issuance)
Add `Balances::force_adjust_total_issuance` as preparation for fixing polkadot-fellows/runtimes#147. Important changes in `substrate/frame/balances/src/lib.rs`. TODO: - [x] Update weights --------- Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by: command-bot <> Co-authored-by: Bastian Köcher <git@kchr.de>
Add
Balances::force_adjust_total_issuance
as preparation for fixing polkadot-fellows/runtimes#147.Important changes in
substrate/frame/balances/src/lib.rs
.TODO: